ArcGIS API for WPF - Library Reference
UnionAsync(IList<Graphic>) Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Tasks Namespace > GeometryService Class > UnionAsync Method : UnionAsync(IList<Graphic>) Method

geometries
A collection of points, multipoints, polylines or polygons. The input types cannot be mixed.
This operation constructs the set-theoretic union of the geometries in the input collection. All inputs must be of the same type.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub UnionAsync( _
   ByVal geometries As IList(Of Graphic) _
) 
C# 
public void UnionAsync( 
   IList<Graphic> geometries
)

Parameters

geometries
A collection of points, multipoints, polylines or polygons. The input types cannot be mixed.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© ESRI, Inc. All Rights Reserved.